Byte[].ToString (gb)

Function ToString ( [ Start As Integer, Length As Integer ] ) As String

Restituisce il contenuto della matrice come una stringa.

  • Start è l'indice del primo byte da estrarre. Per impostazione predefinita Start è zero.

  • Length è il numero di byte da estrarre. Per impostazione predefinita, viene estratto tutto fino alla fine della matrice.